Adwaita: Insensitive labels
authorMatthias Clasen <mclasen@redhat.com>
Fri, 22 Aug 2014 04:42:52 +0000 (00:42 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 22 Aug 2014 04:42:52 +0000 (00:42 -0400)
There is an insensitive label in widget-factory which was
not getting any different from the sensitive label next
to it. With this patch, it does, again.

gtk/resources/theme/Adwaita/_common.scss
gtk/resources/theme/Adwaita/gtk-contained-dark.css
gtk/resources/theme/Adwaita/gtk-contained.css

index 79edaf1a6d2912a18c99d24ccb6b55a62a91615a..063918d3d4fbe1d930fc446cdc83a29edd59f67a 100644 (file)
@@ -138,6 +138,9 @@ GtkLabel {
   &:backdrop:selected {
     @extend %selected_items;
   }
+  &:insensitive {
+    color: $insensitive_fg_color;
+  }
 }
 
 .dim-label {
index 3f95e47b21f44ed736e1b833447796f3273a4f91..db7e3333c67a76e69aa7c0e4a98d63711290d4ca 100644 (file)
 .overshoot {
   background-color: rgba(33, 93, 156, 0.2); }
 
+GtkLabel:insensitive {
+  color: #939695; }
+
 .dim-label, .titlebar .subtitle, GtkCalendar.header .subtitle,
 .header-bar .subtitle {
   opacity: 0.55;
index bb98e7dea932636a69b9a1cf361a7c713a24f77f..5b177f825295cb5d897e4616bb5c9a0fbcc18c00 100644 (file)
 .overshoot {
   background-color: rgba(74, 144, 217, 0.2); }
 
+GtkLabel:insensitive {
+  color: #8d9091; }
+
 .dim-label, .titlebar .subtitle, GtkCalendar.header .subtitle,
 .header-bar .subtitle {
   opacity: 0.55;